home *** CD-ROM | disk | FTP | other *** search
/ Virtual Top Model / Virtual Top Model - Disc 1.iso / modulos / intro.dxr / 00046.ls < prev    next >
Encoding:
Text File  |  1997-04-02  |  332 b   |  16 lines

  1. on exitFrame
  2.   global nFin, nIdioma
  3.   case nIdioma of
  4.     1:
  5.       set the movieTime of sprite 5 to 3810
  6.       set nFin to 5410
  7.     2:
  8.       set the movieTime of sprite 5 to 11335
  9.       set nFin to 12940
  10.     3:
  11.       set the movieTime of sprite 5 to 18865
  12.       set nFin to 20465
  13.   end case
  14.   set the movieRate of sprite 5 to 1
  15. end
  16.